home *** CD-ROM | disk | FTP | other *** search
/ Electronics Boutique Catalog 1996 Spring / 1996 Electronics Boutique Spring CD-ROM (USA).bin / eb / demos / movies.dir / 00023.ls < prev    next >
Encoding:
Text File  |  1995-12-13  |  140 b   |  9 lines

  1. on exitFrame
  2.   global gEntryPoint
  3.   if the colorDepth < 16 then
  4.     beep()
  5.     set gEntryPoint to the frame
  6.     go("bitDepth")
  7.   end if
  8. end
  9.